projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724d3be
)
font button: Fix translation of font-name default
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 26 Apr 2016 03:08:03 +0000
(23:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 26 Apr 2016 03:09:19 +0000
(23:09 -0400)
The default value should come out of regular translations, not
property translations.
gtk/gtkfontbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontbutton.c
b/gtk/gtkfontbutton.c
index 82021b8881683394f43f54a335ad3d4ee29033a1..b1e0000da07289c15fb0374ed1bc80fa8d36a8e7 100644
(file)
--- a/
gtk/gtkfontbutton.c
+++ b/
gtk/gtkfontbutton.c
@@
-490,7
+490,7
@@
gtk_font_button_class_init (GtkFontButtonClass *klass)
g_param_spec_string ("font-name",
P_("Font name"),
P_("The name of the selected font"),
-
P
_("Sans 12"),
+ _("Sans 12"),
GTK_PARAM_READWRITE));
/**